home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / RandomDot 1.1.0 / headers / Error.h next >
Encoding:
Text File  |  1994-10-19  |  367 b   |  21 lines  |  [TEXT/KAHL]

  1. /* Error.h
  2.     by David Phillip Oster October 1994 oster@netcom.com
  3.     for:
  4.     Stuart Inglis singlis@waikato.ac.nz
  5.     Department of Computer Science
  6.     University of Waikato, Hamilton, New Zealand
  7.  */
  8. /* ErrorCodes.
  9.  */
  10. enum{
  11.     eUserCancel = -1,
  12.     eClosedPreferences = -10000,
  13.     eBadPict,
  14.     eBadFileType,
  15.     eBadPGMMagicNumber,
  16.     ePictOnly,
  17.     eNeed7AndColor
  18. };
  19.  
  20. OSErr TellError(OSErr);
  21.